home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
Money-Money.swf
/
scripts
/
frame_5
/
PlaceObject2_60_20
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-19
|
315 b
|
14 lines
onClipEvent(enterFrame){
if(oldtimer == undefined)
{
oldtimer = getTimer();
lanciaOggetto();
}
checkTimer = getTimer() > oldtimer + (1000 - _root.prese * 2);
if(checkTimer == true && _root.gamestopped == false)
{
oldtimer = getTimer();
lanciaOggetto();
}
}